home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / r8graus.dxr / 00028.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  344 b   |  24 lines

  1. on enterFrame
  2.   global DOV
  3.   set DOV to "loo"
  4. end
  5.  
  6. on exitFrame
  7.   global act
  8.   if act = 0 then
  9.     if rollOver(18) then
  10.       cursor([901, 902])
  11.     else
  12.       HotSpots(2, 15)
  13.     end if
  14.   end if
  15.   if act = 1 then
  16.     if rollOver(20) or rollOver(21) then
  17.       cursor([901, 902])
  18.     else
  19.       cursor(-1)
  20.     end if
  21.   end if
  22.   Loopframe()
  23. end
  24.